home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; mqdmbus.inf -- Install the Motorola DM Composite Driver
- ;
- ; Copyright (c) 1997-2006 by MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=06/21/2006, 4.38.6.233
- CatalogFile=mqdmbus.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- MotorolaWdm.W95.CopyFiles = 11 ; LDID_SYS
- MotorolaWdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"mqdmbus.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- mqdmbus.sys = 1
- mqdmwh95.sys = 1
- mqdmwhnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Motorola%=Motorola
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [Motorola]
- %Motorola.CdcBus.Desc% = MotorolaWdm.Install, USB\VID_22b8&PID_2a64
- %Motorola.CdcBus.Desc% = MotorolaWdm.Install, USB\VID_22b8&PID_2b44
- %Motorola.CdcBus.Desc% = MotorolaWdm.Install, USB\VID_22b8&PID_2b24
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [Motorola.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.Install]
- CopyFiles = MotorolaWdm.W95.CopyFiles, Motorola.CopyFiles, PropPages.CopyFiles
- AddReg = MotorolaWdm.AddReg, MotorolaWdm.W95.AddReg
- DriverVer=06/21/2006, 4.38.6.233
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.Install.NT]
- CopyFiles = MotorolaWdm.NT.CopyFiles
- AddReg = MotorolaWdm.AddReg, MotorolaWdm.NT.AddReg
- DriverVer=06/21/2006, 4.38.6.233
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.Install.NT.Services]
- AddService = mqdmbus, 2, MotorolaWdm.AddService
-
- [MotorolaWdm.AddService]
- DisplayName = %Motorola.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\mqdmbus.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.AddReg]
-
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,mqdmbus.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.W95.CopyFiles]
- mqdmbus.sys
- mqdmwh.sys,mqdmwh95.sys
- mqdmwh95.sys
- mqdmwhnt.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [MotorolaWdm.NT.CopyFiles]
- mqdmbus.sys
- mqdmwh.sys,mqdmwhnt.sys
- mqdmwhnt.sys
-
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "Motorola Inc"
- Motorola = "Motorola Inc"
- DiskString = "Motorola DM Composite Driver Installation Disk"
-
- Motorola.CdcBus.Desc = "Motorola DM Composite Driver"
- Motorola.Service.Desc = "Motorola DM Composite Driver (WDM)"
-
- CustomerDataPath = "Motorola USB Multi-Function CDMA"
- DriverSet = "Motorola USB Multi-Function CDMA Software"
- UninstallFile = "MQDMUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-